Html Css Color HEX #7F8DFB Light Slate Blue

📋 copy color: '#7F8DFB'

red 127 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #7F8DFB

Tints of Light Slate Blue #7F8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 24.47%
G = 27.17%
B = 48.36%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F8DFB (or 0x7F8DFB) is known color: Light Slate Blue. HEX triplet: 7F, 8D and FB. RGB value is (127,141,251). Sum of RGB (Red+Green+Blue) = 127+141+251=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F8DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8DFB is #807204. Grayscale: #949494. Windows color (decimal): -8417797 or 16485759. OLE color: 16485759.

HSL color Cylindrical-coordinate representation of color #7F8DFB: hue angle of 233.23º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F8DFB is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 141 251 -
CMYK 0.49 0.44 0 0.02
HSL 233.23º 0.94% 0.74% -
HSV(B) 233.23º 0.49% 0.98% -
XYZ 35.69 30.53 95.28 -
YUV 149.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 127 141 251 0.49 0.44 0 0.02 233.23 0.94 0.74
Hex 7F 8D FB 31 2C 0 2 E9 5E 4A
Octal 177 215 373 61 54 0 2 351 136 112
Binary 1111111 10001101 11111011 110001 101100 0 10 11101001 1011110 1001010

Color Harmonies of #7F8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8DFB

Black with #7F8DFB

Text Example


Text Example

White with #7F8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,141,251); }

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

background-color css

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

 a { background-color: rgb(127,141,251); }

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

border-color css

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

 span { border-color: rgb(127,141,251); }

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