Html Css Color HEX #7259CB Slate Blue

📋 copy color: '#7259CB'

red 114 ◦ green 89 ◦ blue 203

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

Shades of Slate Blue #7259CB

Tints of Slate Blue #7259CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 28.08%
G = 21.92%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7259CB (or 0x7259CB) is known color: Slate Blue. HEX triplet: 72, 59 and CB. RGB value is (114,89,203). Sum of RGB (Red+Green+Blue) = 114+89+203=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7259CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259CB is #8DA634. Grayscale: #6D6D6D. Windows color (decimal): -9283125 or 13326706. OLE color: 13326706.

HSL color Cylindrical-coordinate representation of color #7259CB: hue angle of 253.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7259CB is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 89 203 -
CMYK 0.44 0.56 0 0.20
HSL 253.16º 0.52% 0.57% -
HSV(B) 253.16º 0.56% 0.8% -
XYZ 21.29 15.03 58.28 -
YUV 109.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 114 89 203 0.44 0.56 0 0.20 253.16 0.52 0.57
Hex 72 59 CB 2C 38 0 14 FD 34 39
Octal 162 131 313 54 70 0 24 375 64 71
Binary 1110010 1011001 11001011 101100 111000 0 10100 11111101 110100 111001

Color Harmonies of #7259CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259CB

Black with #7259CB

Text Example


Text Example

White with #7259CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7259CB; }

 p { color: rgb(114,89,203); }

 H1.HeaderClassName
 {
   color: #7259CB;
 }
 .AnyTagClassName
 {
   color: #7259CB;
 }
</style>

background-color css

<style>
 a { background-color: #7259CB; }

 a { background-color: rgb(114,89,203); }

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

border-color css

<style>
 span { border-color: #7259CB; }

 span { border-color: rgb(114,89,203); }

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