Html Css Color HEX #735FDE Slate Blue

📋 copy color: '#735FDE'

red 115 ◦ green 95 ◦ blue 222

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

Shades of Slate Blue #735FDE

Tints of Slate Blue #735FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 26.62%
G = 21.99%
B = 51.39%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#735FDE (or 0x735FDE) is known color: Slate Blue. HEX triplet: 73, 5F and DE. RGB value is (115,95,222). Sum of RGB (Red+Green+Blue) = 115+95+222=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #735FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FDE is #8CA021. Grayscale: #727272. Windows color (decimal): -9216034 or 14573427. OLE color: 14573427.

HSL color Cylindrical-coordinate representation of color #735FDE: hue angle of 249.45º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735FDE is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 95 222 -
CMYK 0.48 0.57 0 0.13
HSL 249.45º 0.66% 0.62% -
HSV(B) 249.45º 0.57% 0.87% -
XYZ 24.35 17.1 71.13 -
YUV 115.46 188.13 127.67 -
System Red Green Blue C M Y K H S L
Decimal 115 95 222 0.48 0.57 0 0.13 249.45 0.66 0.62
Hex 73 5F DE 30 39 0 D F9 42 3E
Octal 163 137 336 60 71 0 15 371 102 76
Binary 1110011 1011111 11011110 110000 111001 0 1101 11111001 1000010 111110

Color Harmonies of #735FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FDE

Black with #735FDE

Text Example


Text Example

White with #735FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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