Html Css Color HEX #735FCE Slate Blue

📋 copy color: '#735FCE'

red 115 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #735FCE

Tints of Slate Blue #735FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 27.64%
G = 22.84%
B = 49.52%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#735FCE (or 0x735FCE) is known color: Slate Blue. HEX triplet: 73, 5F and CE. RGB value is (115,95,206). Sum of RGB (Red+Green+Blue) = 115+95+206=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #735FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FCE is #8CA031. Grayscale: #717171. Windows color (decimal): -9216050 or 13524851. OLE color: 13524851.

HSL color Cylindrical-coordinate representation of color #735FCE: hue angle of 250.81º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #735FCE is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 95 206 -
CMYK 0.44 0.54 0 0.19
HSL 250.81º 0.53% 0.59% -
HSV(B) 250.81º 0.54% 0.81% -
XYZ 22.3 16.29 60.36 -
YUV 113.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 115 95 206 0.44 0.54 0 0.19 250.81 0.53 0.59
Hex 73 5F CE 2C 36 0 13 FB 35 3B
Octal 163 137 316 54 66 0 23 373 65 73
Binary 1110011 1011111 11001110 101100 110110 0 10011 11111011 110101 111011

Color Harmonies of #735FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FCE

Black with #735FCE

Text Example


Text Example

White with #735FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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