Html Css Color HEX #7F70FA Light Slate Blue

📋 copy color: '#7F70FA'

red 127 ◦ green 112 ◦ blue 250

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

Shades of Light Slate Blue #7F70FA

Tints of Light Slate Blue #7F70FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.9%

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

R = 25.97%
G = 22.9%
B = 51.12%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F70FA (or 0x7F70FA) is known color: Light Slate Blue. HEX triplet: 7F, 70 and FA. RGB value is (127,112,250). Sum of RGB (Red+Green+Blue) = 127+112+250=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F70FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F70FA is #808F05. Grayscale: #838383. Windows color (decimal): -8425222 or 16412799. OLE color: 16412799.

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

Color convert

RGB 127 112 250 -
CMYK 0.49 0.55 0 0.02
HSL 246.52º 0.93% 0.71% -
HSV(B) 246.52º 0.55% 0.98% -
XYZ 31.8 23 93.21 -
YUV 132.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 127 112 250 0.49 0.55 0 0.02 246.52 0.93 0.71
Hex 7F 70 FA 31 37 0 2 F7 5D 47
Octal 177 160 372 61 67 0 2 367 135 107
Binary 1111111 1110000 11111010 110001 110111 0 10 11110111 1011101 1000111

Color Harmonies of #7F70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F70FA

Black with #7F70FA

Text Example


Text Example

White with #7F70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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