Html Css Color HEX #784BCB Slate Blue

📋 copy color: '#784BCB'

red 120 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #784BCB

Tints of Slate Blue #784BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.84%

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

R = 30.15%
G = 18.84%
B = 51.01%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#784BCB (or 0x784BCB) is known color: Slate Blue. HEX triplet: 78, 4B and CB. RGB value is (120,75,203). Sum of RGB (Red+Green+Blue) = 120+75+203=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #784BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BCB is #87B434. Grayscale: #666666. Windows color (decimal): -8893493 or 13323128. OLE color: 13323128.

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

Color convert

RGB 120 75 203 -
CMYK 0.41 0.63 0 0.20
HSL 261.09º 0.55% 0.55% -
HSV(B) 261.09º 0.63% 0.8% -
XYZ 21.04 13.34 57.97 -
YUV 103.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 120 75 203 0.41 0.63 0 0.20 261.09 0.55 0.55
Hex 78 4B CB 29 3F 0 14 105 37 37
Octal 170 113 313 51 77 0 24 405 67 67
Binary 1111000 1001011 11001011 101001 111111 0 10100 100000101 110111 110111

Color Harmonies of #784BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BCB

Black with #784BCB

Text Example


Text Example

White with #784BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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