Html Css Color HEX #7F74FC Light Slate Blue

📋 copy color: '#7F74FC'

red 127 ◦ green 116 ◦ blue 252

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

Shades of Light Slate Blue #7F74FC

Tints of Light Slate Blue #7F74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 25.66%
G = 23.43%
B = 50.91%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F74FC (or 0x7F74FC) is known color: Light Slate Blue. HEX triplet: 7F, 74 and FC. RGB value is (127,116,252). Sum of RGB (Red+Green+Blue) = 127+116+252=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F74FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74FC is #808B03. Grayscale: #868686. Windows color (decimal): -8424196 or 16544895. OLE color: 16544895.

HSL color Cylindrical-coordinate representation of color #7F74FC: hue angle of 244.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F74FC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 116 252 -
CMYK 0.50 0.54 0 0.01
HSL 244.85º 0.96% 0.72% -
HSV(B) 244.85º 0.54% 0.99% -
XYZ 32.57 24.03 95.02 -
YUV 134.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 127 116 252 0.50 0.54 0 0.01 244.85 0.96 0.72
Hex 7F 74 FC 32 36 0 1 F5 60 48
Octal 177 164 374 62 66 0 1 365 140 110
Binary 1111111 1110100 11111100 110010 110110 0 1 11110101 1100000 1001000

Color Harmonies of #7F74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F74FC

Black with #7F74FC

Text Example


Text Example

White with #7F74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,252); }

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

background-color css

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

 a { background-color: rgb(127,116,252); }

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

border-color css

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

 span { border-color: rgb(127,116,252); }

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