Html Css Color HEX #7F85FA Light Slate Blue

📋 copy color: '#7F85FA'

red 127 ◦ green 133 ◦ blue 250

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

Shades of Light Slate Blue #7F85FA

Tints of Light Slate Blue #7F85FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.08%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 24.9%
G = 26.08%
B = 49.02%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F85FA (or 0x7F85FA) is known color: Light Slate Blue. HEX triplet: 7F, 85 and FA. RGB value is (127,133,250). Sum of RGB (Red+Green+Blue) = 127+133+250=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F85FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F85FA is #807A05. Grayscale: #909090. Windows color (decimal): -8419846 or 16418175. OLE color: 16418175.

HSL color Cylindrical-coordinate representation of color #7F85FA: hue angle of 237.07º degrees, saturation: 0.92, 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 #7F85FA is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 133 250 -
CMYK 0.49 0.47 0 0.02
HSL 237.07º 0.92% 0.74% -
HSV(B) 237.07º 0.49% 0.98% -
XYZ 34.4 28.19 94.07 -
YUV 144.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 127 133 250 0.49 0.47 0 0.02 237.07 0.92 0.74
Hex 7F 85 FA 31 2F 0 2 ED 5C 4A
Octal 177 205 372 61 57 0 2 355 134 112
Binary 1111111 10000101 11111010 110001 101111 0 10 11101101 1011100 1001010

Color Harmonies of #7F85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F85FA

Black with #7F85FA

Text Example


Text Example

White with #7F85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,133,250); }

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

background-color css

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

 a { background-color: rgb(127,133,250); }

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

border-color css

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

 span { border-color: rgb(127,133,250); }

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