Html Css Color HEX #735FD6 Slate Blue

📋 copy color: '#735FD6'

red 115 ◦ green 95 ◦ blue 214

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

Shades of Slate Blue #735FD6

Tints of Slate Blue #735FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 27.12%
G = 22.41%
B = 50.47%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#735FD6 (or 0x735FD6) is known color: Slate Blue. HEX triplet: 73, 5F and D6. RGB value is (115,95,214). Sum of RGB (Red+Green+Blue) = 115+95+214=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #735FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FD6 is #8CA029. Grayscale: #727272. Windows color (decimal): -9216042 or 14049139. OLE color: 14049139.

HSL color Cylindrical-coordinate representation of color #735FD6: hue angle of 250.08º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735FD6 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 95 214 -
CMYK 0.46 0.56 0 0.16
HSL 250.08º 0.59% 0.61% -
HSV(B) 250.08º 0.56% 0.84% -
XYZ 23.3 16.68 65.61 -
YUV 114.55 184.13 128.32 -
System Red Green Blue C M Y K H S L
Decimal 115 95 214 0.46 0.56 0 0.16 250.08 0.59 0.61
Hex 73 5F D6 2E 38 0 10 FA 3B 3D
Octal 163 137 326 56 70 0 20 372 73 75
Binary 1110011 1011111 11010110 101110 111000 0 10000 11111010 111011 111101

Color Harmonies of #735FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FD6

Black with #735FD6

Text Example


Text Example

White with #735FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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