Html Css Color HEX #735FCD Slate Blue

📋 copy color: '#735FCD'

red 115 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #735FCD

Tints of Slate Blue #735FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 27.71%
G = 22.89%
B = 49.4%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#735FCD (or 0x735FCD) is known color: Slate Blue. HEX triplet: 73, 5F and CD. RGB value is (115,95,205). Sum of RGB (Red+Green+Blue) = 115+95+205=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #735FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FCD is #8CA032. Grayscale: #717171. Windows color (decimal): -9216051 or 13459315. OLE color: 13459315.

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

Color convert

RGB 115 95 205 -
CMYK 0.44 0.54 0 0.20
HSL 250.91º 0.52% 0.59% -
HSV(B) 250.91º 0.54% 0.8% -
XYZ 22.18 16.24 59.72 -
YUV 113.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 115 95 205 0.44 0.54 0 0.20 250.91 0.52 0.59
Hex 73 5F CD 2C 36 0 14 FB 34 3B
Octal 163 137 315 54 66 0 24 373 64 73
Binary 1110011 1011111 11001101 101100 110110 0 10100 11111011 110100 111011

Color Harmonies of #735FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FCD

Black with #735FCD

Text Example


Text Example

White with #735FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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