Html Css Color HEX #735FCB Slate Blue

📋 copy color: '#735FCB'

red 115 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #735FCB

Tints of Slate Blue #735FCB

RGB

 RED value IS 115 (45.31% from 255) = 27.85%

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

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

R = 27.85%
G = 23%
B = 49.15%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#735FCB (or 0x735FCB) is known color: Slate Blue. HEX triplet: 73, 5F and CB. RGB value is (115,95,203). Sum of RGB (Red+Green+Blue) = 115+95+203=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #735FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FCB is #8CA034. Grayscale: #707070. Windows color (decimal): -9216053 or 13328243. OLE color: 13328243.

HSL color Cylindrical-coordinate representation of color #735FCB: hue angle of 251.11º 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 #735FCB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 95 203 -
CMYK 0.43 0.53 0 0.20
HSL 251.11º 0.51% 0.58% -
HSV(B) 251.11º 0.53% 0.8% -
XYZ 21.94 16.14 58.46 -
YUV 113.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 115 95 203 0.43 0.53 0 0.20 251.11 0.51 0.58
Hex 73 5F CB 2B 35 0 14 FB 33 3A
Octal 163 137 313 53 65 0 24 373 63 72
Binary 1110011 1011111 11001011 101011 110101 0 10100 11111011 110011 111010

Color Harmonies of #735FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FCB

Black with #735FCB

Text Example


Text Example

White with #735FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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