Html Css Color HEX #735CDE Slate Blue

📋 copy color: '#735CDE'

red 115 ◦ green 92 ◦ blue 222

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

Shades of Slate Blue #735CDE

Tints of Slate Blue #735CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

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

R = 26.81%
G = 21.45%
B = 51.75%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#735CDE (or 0x735CDE) is known color: Slate Blue. HEX triplet: 73, 5C and DE. RGB value is (115,92,222). Sum of RGB (Red+Green+Blue) = 115+92+222=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #735CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CDE is #8CA321. Grayscale: #717171. Windows color (decimal): -9216802 or 14572659. OLE color: 14572659.

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

Color convert

RGB 115 92 222 -
CMYK 0.48 0.59 0 0.13
HSL 250.62º 0.66% 0.62% -
HSV(B) 250.62º 0.59% 0.87% -
XYZ 24.08 16.57 71.04 -
YUV 113.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 115 92 222 0.48 0.59 0 0.13 250.62 0.66 0.62
Hex 73 5C DE 30 3B 0 D FB 42 3E
Octal 163 134 336 60 73 0 15 373 102 76
Binary 1110011 1011100 11011110 110000 111011 0 1101 11111011 1000010 111110

Color Harmonies of #735CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735CDE

Black with #735CDE

Text Example


Text Example

White with #735CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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