Html Css Color HEX #7F5BCA Slate Blue

📋 copy color: '#7F5BCA'

red 127 ◦ green 91 ◦ blue 202

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

Shades of Slate Blue #7F5BCA

Tints of Slate Blue #7F5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

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

R = 30.24%
G = 21.67%
B = 48.1%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F5BCA (or 0x7F5BCA) is known color: Slate Blue. HEX triplet: 7F, 5B and CA. RGB value is (127,91,202). Sum of RGB (Red+Green+Blue) = 127+91+202=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F5BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5BCA is #80A435. Grayscale: #727272. Windows color (decimal): -8430646 or 13261695. OLE color: 13261695.

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

Color convert

RGB 127 91 202 -
CMYK 0.37 0.55 0 0.21
HSL 259.46º 0.51% 0.57% -
HSV(B) 259.46º 0.55% 0.79% -
XYZ 23.15 16.26 57.79 -
YUV 114.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 127 91 202 0.37 0.55 0 0.21 259.46 0.51 0.57
Hex 7F 5B CA 25 37 0 15 103 33 39
Octal 177 133 312 45 67 0 25 403 63 71
Binary 1111111 1011011 11001010 100101 110111 0 10101 100000011 110011 111001

Color Harmonies of #7F5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5BCA

Black with #7F5BCA

Text Example


Text Example

White with #7F5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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