Html Css Color HEX #735CDB Slate Blue

📋 copy color: '#735CDB'

red 115 ◦ green 92 ◦ blue 219

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

Shades of Slate Blue #735CDB

Tints of Slate Blue #735CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 27%
G = 21.6%
B = 51.41%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#735CDB (or 0x735CDB) is known color: Slate Blue. HEX triplet: 73, 5C and DB. RGB value is (115,92,219). Sum of RGB (Red+Green+Blue) = 115+92+219=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #735CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CDB is #8CA324. Grayscale: #707070. Windows color (decimal): -9216805 or 14376051. OLE color: 14376051.

HSL color Cylindrical-coordinate representation of color #735CDB: hue angle of 250.87º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735CDB is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 92 219 -
CMYK 0.47 0.58 0 0.14
HSL 250.87º 0.64% 0.61% -
HSV(B) 250.87º 0.58% 0.86% -
XYZ 23.68 16.41 68.94 -
YUV 113.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 115 92 219 0.47 0.58 0 0.14 250.87 0.64 0.61
Hex 73 5C DB 2F 3A 0 E FB 40 3D
Octal 163 134 333 57 72 0 16 373 100 75
Binary 1110011 1011100 11011011 101111 111010 0 1110 11111011 1000000 111101

Color Harmonies of #735CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735CDB

Black with #735CDB

Text Example


Text Example

White with #735CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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