Html Css Color HEX #7F57CA Slate Blue

📋 copy color: '#7F57CA'

red 127 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #7F57CA

Tints of Slate Blue #7F57CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.91%

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

R = 30.53%
G = 20.91%
B = 48.56%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F57CA (or 0x7F57CA) is known color: Slate Blue. HEX triplet: 7F, 57 and CA. RGB value is (127,87,202). Sum of RGB (Red+Green+Blue) = 127+87+202=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F57CA is #80A835. Grayscale: #6F6F6F. Windows color (decimal): -8431670 or 13260671. OLE color: 13260671.

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

Color convert

RGB 127 87 202 -
CMYK 0.37 0.57 0 0.21
HSL 260.87º 0.52% 0.57% -
HSV(B) 260.87º 0.57% 0.79% -
XYZ 22.82 15.59 57.68 -
YUV 112.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 127 87 202 0.37 0.57 0 0.21 260.87 0.52 0.57
Hex 7F 57 CA 25 39 0 15 105 34 39
Octal 177 127 312 45 71 0 25 405 64 71
Binary 1111111 1010111 11001010 100101 111001 0 10101 100000101 110100 111001

Color Harmonies of #7F57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57CA

Black with #7F57CA

Text Example


Text Example

White with #7F57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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