Html Css Color HEX #725FCB Slate Blue

📋 copy color: '#725FCB'

red 114 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #725FCB

Tints of Slate Blue #725FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

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

R = 27.67%
G = 23.06%
B = 49.27%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#725FCB (or 0x725FCB) is known color: Slate Blue. HEX triplet: 72, 5F and CB. RGB value is (114,95,203). Sum of RGB (Red+Green+Blue) = 114+95+203=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #725FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FCB is #8DA034. Grayscale: #707070. Windows color (decimal): -9281589 or 13328242. OLE color: 13328242.

HSL color Cylindrical-coordinate representation of color #725FCB: hue angle of 250.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #725FCB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 95 203 -
CMYK 0.44 0.53 0 0.20
HSL 250.56º 0.51% 0.58% -
HSV(B) 250.56º 0.53% 0.8% -
XYZ 21.81 16.07 58.45 -
YUV 112.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 114 95 203 0.44 0.53 0 0.20 250.56 0.51 0.58
Hex 72 5F CB 2C 35 0 14 FB 33 3A
Octal 162 137 313 54 65 0 24 373 63 72
Binary 1110010 1011111 11001011 101100 110101 0 10100 11111011 110011 111010

Color Harmonies of #725FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FCB

Black with #725FCB

Text Example


Text Example

White with #725FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725FCB; }

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

 H1.HeaderClassName
 {
   color: #725FCB;
 }
 .AnyTagClassName
 {
   color: #725FCB;
 }
</style>

background-color css

<style>
 a { background-color: #725FCB; }

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

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

border-color css

<style>
 span { border-color: #725FCB; }

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

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