Html Css Color HEX #790BFB Electric Indigo

📋 copy color: '#790BFB'

red 121 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #790BFB

Tints of Electric Indigo #790BFB

RGB

 RED value IS 121 (47.66% from 255) = 31.59%

 GREEN value IS 11 (4.69% from 255) = 2.87%

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

R = 31.59%
G = 2.87%
B = 65.54%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#790BFB (or 0x790BFB) is known color: Electric Indigo. HEX triplet: 79, 0B and FB. RGB value is (121,11,251). Sum of RGB (Red+Green+Blue) = 121+11+251=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #790BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790BFB is #86F404. Grayscale: #464646. Windows color (decimal): -8844293 or 16452473. OLE color: 16452473.

HSL color Cylindrical-coordinate representation of color #790BFB: hue angle of 267.5º 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 #790BFB is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 11 251 -
CMYK 0.52 0.96 0 0.02
HSL 267.5º 0.97% 0.51% -
HSV(B) 267.5º 0.96% 0.98% -
XYZ 25.42 11.27 92.1 -
YUV 71.25 229.44 163.49 -
System Red Green Blue C M Y K H S L
Decimal 121 11 251 0.52 0.96 0 0.02 267.5 0.97 0.51
Hex 79 B FB 34 60 0 2 10C 61 33
Octal 171 13 373 64 140 0 2 414 141 63
Binary 1111001 1011 11111011 110100 1100000 0 10 100001100 1100001 110011

Color Harmonies of #790BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BFB

Black with #790BFB

Text Example


Text Example

White with #790BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790BFB; }

 p { color: rgb(121,11,251); }

 H1.HeaderClassName
 {
   color: #790BFB;
 }
 .AnyTagClassName
 {
   color: #790BFB;
 }
</style>

background-color css

<style>
 a { background-color: #790BFB; }

 a { background-color: rgb(121,11,251); }

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

border-color css

<style>
 span { border-color: #790BFB; }

 span { border-color: rgb(121,11,251); }

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