Html Css Color HEX #7F09FB Electric Indigo

📋 copy color: '#7F09FB'

red 127 ◦ green 9 ◦ blue 251

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

Shades of Electric Indigo #7F09FB

Tints of Electric Indigo #7F09FB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

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

R = 32.82%
G = 2.33%
B = 64.86%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F09FB (or 0x7F09FB) is known color: Electric Indigo. HEX triplet: 7F, 09 and FB. RGB value is (127,9,251). Sum of RGB (Red+Green+Blue) = 127+9+251=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F09FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F09FB is #80F604. Grayscale: #474747. Windows color (decimal): -8451589 or 16451967. OLE color: 16451967.

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

Color convert

RGB 127 9 251 -
CMYK 0.49 0.96 0 0.02
HSL 269.26º 0.97% 0.51% -
HSV(B) 269.26º 0.96% 0.98% -
XYZ 26.26 11.67 92.14 -
YUV 71.87 229.09 167.32 -
System Red Green Blue C M Y K H S L
Decimal 127 9 251 0.49 0.96 0 0.02 269.26 0.97 0.51
Hex 7F 9 FB 31 60 0 2 10D 61 33
Octal 177 11 373 61 140 0 2 415 141 63
Binary 1111111 1001 11111011 110001 1100000 0 10 100001101 1100001 110011

Color Harmonies of #7F09FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F09FB

Black with #7F09FB

Text Example


Text Example

White with #7F09FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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