Html Css Color HEX #735BDE Slate Blue

📋 copy color: '#735BDE'

red 115 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #735BDE

Tints of Slate Blue #735BDE

RGB

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

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

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

R = 26.87%
G = 21.26%
B = 51.87%

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

#735BDE (or 0x735BDE) is known color: Slate Blue. HEX triplet: 73, 5B and DE. RGB value is (115,91,222). Sum of RGB (Red+Green+Blue) = 115+91+222=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #735BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BDE is #8CA421. Grayscale: #707070. Windows color (decimal): -9217058 or 14572403. OLE color: 14572403.

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

Color convert

RGB 115 91 222 -
CMYK 0.48 0.59 0 0.13
HSL 250.99º 0.66% 0.61% -
HSV(B) 250.99º 0.59% 0.87% -
XYZ 24 16.4 71.01 -
YUV 113.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 115 91 222 0.48 0.59 0 0.13 250.99 0.66 0.61
Hex 73 5B DE 30 3B 0 D FB 42 3D
Octal 163 133 336 60 73 0 15 373 102 75
Binary 1110011 1011011 11011110 110000 111011 0 1101 11111011 1000010 111101

Color Harmonies of #735BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BDE

Black with #735BDE

Text Example


Text Example

White with #735BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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