Html Css Color HEX #7256CC Slate Blue

📋 copy color: '#7256CC'

red 114 ◦ green 86 ◦ blue 204

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

Shades of Slate Blue #7256CC

Tints of Slate Blue #7256CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 28.22%
G = 21.29%
B = 50.5%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7256CC (or 0x7256CC) is known color: Slate Blue. HEX triplet: 72, 56 and CC. RGB value is (114,86,204). Sum of RGB (Red+Green+Blue) = 114+86+204=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #7256CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256CC is #8DA933. Grayscale: #6B6B6B. Windows color (decimal): -9283892 or 13391474. OLE color: 13391474.

HSL color Cylindrical-coordinate representation of color #7256CC: hue angle of 254.24º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7256CC is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 86 204 -
CMYK 0.44 0.58 0 0.2
HSL 254.24º 0.54% 0.57% -
HSV(B) 254.24º 0.58% 0.8% -
XYZ 21.17 14.59 58.83 -
YUV 107.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 114 86 204 0.44 0.58 0 0.2 254.24 0.54 0.57
Hex 72 56 CC 2C 3A 0 14 FE 36 39
Octal 162 126 314 54 72 0 24 376 66 71
Binary 1110010 1010110 11001100 101100 111010 0 10100 11111110 110110 111001

Color Harmonies of #7256CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256CC

Black with #7256CC

Text Example


Text Example

White with #7256CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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