Html Css Color HEX #7255DE Slate Blue

📋 copy color: '#7255DE'

red 114 ◦ green 85 ◦ blue 222

#7255DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7255DE

Tints of Slate Blue #7255DE

RGB

 RED value IS 114 (44.92% from 255) = 27.08%

 GREEN value IS 85 (33.59% from 255) = 20.19%

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 27.08%
G = 20.19%
B = 52.73%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7255DE (or 0x7255DE) is known color: Slate Blue. HEX triplet: 72, 55 and DE. RGB value is (114,85,222). Sum of RGB (Red+Green+Blue) = 114+85+222=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #7255DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255DE is #8DAA21. Grayscale: #6C6C6C. Windows color (decimal): -9284130 or 14570866. OLE color: 14570866.

HSL color Cylindrical-coordinate representation of color #7255DE: hue angle of 252.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7255DE is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 85 222 -
CMYK 0.49 0.62 0 0.13
HSL 252.7º 0.67% 0.6% -
HSV(B) 252.7º 0.62% 0.87% -
XYZ 23.37 15.35 70.84 -
YUV 109.29 191.61 131.36 -
System Red Green Blue C M Y K H S L
Decimal 114 85 222 0.49 0.62 0 0.13 252.7 0.67 0.6
Hex 72 55 DE 31 3E 0 D FD 43 3C
Octal 162 125 336 61 76 0 15 375 103 74
Binary 1110010 1010101 11011110 110001 111110 0 1101 11111101 1000011 111100

Color Harmonies of #7255DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7255DE

Black with #7255DE

Text Example


Text Example

White with #7255DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7255DE; }

 p { color: rgb(114,85,222); }

 H1.HeaderClassName
 {
   color: #7255DE;
 }
 .AnyTagClassName
 {
   color: #7255DE;
 }
</style>

background-color css

<style>
 a { background-color: #7255DE; }

 a { background-color: rgb(114,85,222); }

 div.DivClassName
 {
   background-color: #7255DE;
 }
 .BgClassName
 {
   background-color: #7255DE;
 }
</style>

border-color css

<style>
 span { border-color: #7255DE; }

 span { border-color: rgb(114,85,222); }

 td.TdClassName
 {
   border-color: #7255DE;
 }
 .TagClassName
 {
   border-color: #7255DE;
 }
</style>