Html Css Color HEX #7F68FD Light Slate Blue

📋 copy color: '#7F68FD'

red 127 ◦ green 104 ◦ blue 253

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

Shades of Light Slate Blue #7F68FD

Tints of Light Slate Blue #7F68FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.49%

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 26.24%
G = 21.49%
B = 52.27%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F68FD (or 0x7F68FD) is known color: Light Slate Blue. HEX triplet: 7F, 68 and FD. RGB value is (127,104,253). Sum of RGB (Red+Green+Blue) = 127+104+253=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F68FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F68FD is #809702. Grayscale: #7F7F7F. Windows color (decimal): -8427267 or 16607359. OLE color: 16607359.

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

Color convert

RGB 127 104 253 -
CMYK 0.50 0.59 0 0.01
HSL 249.26º 0.97% 0.7% -
HSV(B) 249.26º 0.59% 0.99% -
XYZ 31.43 21.5 95.42 -
YUV 127.86 198.62 127.38 -
System Red Green Blue C M Y K H S L
Decimal 127 104 253 0.50 0.59 0 0.01 249.26 0.97 0.7
Hex 7F 68 FD 32 3B 0 1 F9 61 46
Octal 177 150 375 62 73 0 1 371 141 106
Binary 1111111 1101000 11111101 110010 111011 0 1 11111001 1100001 1000110

Color Harmonies of #7F68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F68FD

Black with #7F68FD

Text Example


Text Example

White with #7F68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,104,253); }

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

background-color css

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

 a { background-color: rgb(127,104,253); }

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

border-color css

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

 span { border-color: rgb(127,104,253); }

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