Html Css Color HEX #7F5CCA Slate Blue

📋 copy color: '#7F5CCA'

red 127 ◦ green 92 ◦ blue 202

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

Shades of Slate Blue #7F5CCA

Tints of Slate Blue #7F5CCA

RGB

 RED value IS 127 (50% from 255) = 30.17%

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

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

R = 30.17%
G = 21.85%
B = 47.98%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F5CCA (or 0x7F5CCA) is known color: Slate Blue. HEX triplet: 7F, 5C and CA. RGB value is (127,92,202). Sum of RGB (Red+Green+Blue) = 127+92+202=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F5CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CCA is #80A335. Grayscale: #727272. Windows color (decimal): -8430390 or 13261951. OLE color: 13261951.

HSL color Cylindrical-coordinate representation of color #7F5CCA: hue angle of 259.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F5CCA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 92 202 -
CMYK 0.37 0.54 0 0.21
HSL 259.09º 0.51% 0.58% -
HSV(B) 259.09º 0.54% 0.79% -
XYZ 23.24 16.43 57.82 -
YUV 115.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 127 92 202 0.37 0.54 0 0.21 259.09 0.51 0.58
Hex 7F 5C CA 25 36 0 15 103 33 3A
Octal 177 134 312 45 66 0 25 403 63 72
Binary 1111111 1011100 11001010 100101 110110 0 10101 100000011 110011 111010

Color Harmonies of #7F5CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5CCA

Black with #7F5CCA

Text Example


Text Example

White with #7F5CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5CCA; }

 p { color: rgb(127,92,202); }

 H1.HeaderClassName
 {
   color: #7F5CCA;
 }
 .AnyTagClassName
 {
   color: #7F5CCA;
 }
</style>

background-color css

<style>
 a { background-color: #7F5CCA; }

 a { background-color: rgb(127,92,202); }

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

border-color css

<style>
 span { border-color: #7F5CCA; }

 span { border-color: rgb(127,92,202); }

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