Html Css Color HEX #7256CE Slate Blue

📋 copy color: '#7256CE'

red 114 ◦ green 86 ◦ blue 206

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

Shades of Slate Blue #7256CE

Tints of Slate Blue #7256CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.18%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 28.08%
G = 21.18%
B = 50.74%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7256CE (or 0x7256CE) is known color: Slate Blue. HEX triplet: 72, 56 and CE. RGB value is (114,86,206). Sum of RGB (Red+Green+Blue) = 114+86+206=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #7256CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256CE is #8DA931. Grayscale: #6B6B6B. Windows color (decimal): -9283890 or 13522546. OLE color: 13522546.

HSL color Cylindrical-coordinate representation of color #7256CE: hue angle of 254º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7256CE is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 86 206 -
CMYK 0.45 0.58 0 0.19
HSL 254º 0.55% 0.57% -
HSV(B) 254º 0.58% 0.81% -
XYZ 21.41 14.69 60.1 -
YUV 108.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 114 86 206 0.45 0.58 0 0.19 254 0.55 0.57
Hex 72 56 CE 2D 3A 0 13 FE 37 39
Octal 162 126 316 55 72 0 23 376 67 71
Binary 1110010 1010110 11001110 101101 111010 0 10011 11111110 110111 111001

Color Harmonies of #7256CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256CE

Black with #7256CE

Text Example


Text Example

White with #7256CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7256CE; }

 p { color: rgb(114,86,206); }

 H1.HeaderClassName
 {
   color: #7256CE;
 }
 .AnyTagClassName
 {
   color: #7256CE;
 }
</style>

background-color css

<style>
 a { background-color: #7256CE; }

 a { background-color: rgb(114,86,206); }

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

border-color css

<style>
 span { border-color: #7256CE; }

 span { border-color: rgb(114,86,206); }

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