Html Css Color HEX #7F67FE Light Slate Blue

📋 copy color: '#7F67FE'

red 127 ◦ green 103 ◦ blue 254

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

Shades of Light Slate Blue #7F67FE

Tints of Light Slate Blue #7F67FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.28%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 26.24%
G = 21.28%
B = 52.48%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F67FE (or 0x7F67FE) is known color: Light Slate Blue. HEX triplet: 7F, 67 and FE. RGB value is (127,103,254). Sum of RGB (Red+Green+Blue) = 127+103+254=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F67FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F67FE is #809801. Grayscale: #7E7E7E. Windows color (decimal): -8427522 or 16672639. OLE color: 16672639.

HSL color Cylindrical-coordinate representation of color #7F67FE: hue angle of 249.54º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F67FE is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 103 254 -
CMYK 0.50 0.59 0 0.00
HSL 249.54º 0.99% 0.7% -
HSV(B) 249.54º 0.59% 1% -
XYZ 31.49 21.37 96.23 -
YUV 127.39 199.45 127.72 -
System Red Green Blue C M Y K H S L
Decimal 127 103 254 0.50 0.59 0 0.00 249.54 0.99 0.7
Hex 7F 67 FE 32 3B 0 0 FA 63 46
Octal 177 147 376 62 73 0 0 372 143 106
Binary 1111111 1100111 11111110 110010 111011 0 0 11111010 1100011 1000110

Color Harmonies of #7F67FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F67FE

Black with #7F67FE

Text Example


Text Example

White with #7F67FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,103,254); }

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

background-color css

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

 a { background-color: rgb(127,103,254); }

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

border-color css

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

 span { border-color: rgb(127,103,254); }

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