Html Css Color HEX #7855CA Slate Blue

📋 copy color: '#7855CA'

red 120 ◦ green 85 ◦ blue 202

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

Shades of Slate Blue #7855CA

Tints of Slate Blue #7855CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.88%

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 29.48%
G = 20.88%
B = 49.63%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7855CA (or 0x7855CA) is known color: Slate Blue. HEX triplet: 78, 55 and CA. RGB value is (120,85,202). Sum of RGB (Red+Green+Blue) = 120+85+202=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #7855CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855CA is #87AA35. Grayscale: #6C6C6C. Windows color (decimal): -8890934 or 13260152. OLE color: 13260152.

HSL color Cylindrical-coordinate representation of color #7855CA: hue angle of 257.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7855CA is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 85 202 -
CMYK 0.41 0.58 0 0.21
HSL 257.95º 0.52% 0.56% -
HSV(B) 257.95º 0.58% 0.79% -
XYZ 21.65 14.75 57.58 -
YUV 108.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 120 85 202 0.41 0.58 0 0.21 257.95 0.52 0.56
Hex 78 55 CA 29 3A 0 15 102 34 38
Octal 170 125 312 51 72 0 25 402 64 70
Binary 1111000 1010101 11001010 101001 111010 0 10101 100000010 110100 111000

Color Harmonies of #7855CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7855CA

Black with #7855CA

Text Example


Text Example

White with #7855CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7855CA; }

 p { color: rgb(120,85,202); }

 H1.HeaderClassName
 {
   color: #7855CA;
 }
 .AnyTagClassName
 {
   color: #7855CA;
 }
</style>

background-color css

<style>
 a { background-color: #7855CA; }

 a { background-color: rgb(120,85,202); }

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

border-color css

<style>
 span { border-color: #7855CA; }

 span { border-color: rgb(120,85,202); }

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