Html Css Color HEX #735BCB Slate Blue

📋 copy color: '#735BCB'

red 115 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #735BCB

Tints of Slate Blue #735BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

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

R = 28.12%
G = 22.25%
B = 49.63%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#735BCB (or 0x735BCB) is known color: Slate Blue. HEX triplet: 73, 5B and CB. RGB value is (115,91,203). Sum of RGB (Red+Green+Blue) = 115+91+203=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #735BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BCB is #8CA434. Grayscale: #6E6E6E. Windows color (decimal): -9217077 or 13327219. OLE color: 13327219.

HSL color Cylindrical-coordinate representation of color #735BCB: hue angle of 252.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735BCB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 91 203 -
CMYK 0.43 0.55 0 0.20
HSL 252.86º 0.52% 0.58% -
HSV(B) 252.86º 0.55% 0.8% -
XYZ 21.59 15.44 58.34 -
YUV 110.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 115 91 203 0.43 0.55 0 0.20 252.86 0.52 0.58
Hex 73 5B CB 2B 37 0 14 FD 34 3A
Octal 163 133 313 53 67 0 24 375 64 72
Binary 1110011 1011011 11001011 101011 110111 0 10100 11111101 110100 111010

Color Harmonies of #735BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BCB

Black with #735BCB

Text Example


Text Example

White with #735BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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