Html Css Color HEX #784FCB Slate Blue

📋 copy color: '#784FCB'

red 120 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #784FCB

Tints of Slate Blue #784FCB

RGB

 RED value IS 120 (47.27% from 255) = 29.85%

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 29.85%
G = 19.65%
B = 50.5%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#784FCB (or 0x784FCB) is known color: Slate Blue. HEX triplet: 78, 4F and CB. RGB value is (120,79,203). Sum of RGB (Red+Green+Blue) = 120+79+203=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #784FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FCB is #87B034. Grayscale: #686868. Windows color (decimal): -8892469 or 13324152. OLE color: 13324152.

HSL color Cylindrical-coordinate representation of color #784FCB: hue angle of 259.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784FCB is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 79 203 -
CMYK 0.41 0.61 0 0.20
HSL 259.84º 0.54% 0.55% -
HSV(B) 259.84º 0.61% 0.8% -
XYZ 21.32 13.9 58.06 -
YUV 105.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 120 79 203 0.41 0.61 0 0.20 259.84 0.54 0.55
Hex 78 4F CB 29 3D 0 14 104 36 37
Octal 170 117 313 51 75 0 24 404 66 67
Binary 1111000 1001111 11001011 101001 111101 0 10100 100000100 110110 110111

Color Harmonies of #784FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FCB

Black with #784FCB

Text Example


Text Example

White with #784FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784FCB; }

 p { color: rgb(120,79,203); }

 H1.HeaderClassName
 {
   color: #784FCB;
 }
 .AnyTagClassName
 {
   color: #784FCB;
 }
</style>

background-color css

<style>
 a { background-color: #784FCB; }

 a { background-color: rgb(120,79,203); }

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

border-color css

<style>
 span { border-color: #784FCB; }

 span { border-color: rgb(120,79,203); }

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