Html Css Color HEX #7B91FA Cornflower Blue

📋 copy color: '#7B91FA'

red 123 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #7B91FA

Tints of Cornflower Blue #7B91FA

RGB

 RED value IS 123 (48.44% from 255) = 23.75%

 GREEN value IS 145 (57.03% from 255) = 27.99%

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

R = 23.75%
G = 27.99%
B = 48.26%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B91FA (or 0x7B91FA) is known color: Cornflower Blue. HEX triplet: 7B, 91 and FA. RGB value is (123,145,250). Sum of RGB (Red+Green+Blue) = 123+145+250=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B91FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B91FA is #846E05. Grayscale: #959595. Windows color (decimal): -8678918 or 16421243. OLE color: 16421243.

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

Color convert

RGB 123 145 250 -
CMYK 0.51 0.42 0 0.02
HSL 229.61º 0.93% 0.73% -
HSV(B) 229.61º 0.51% 0.98% -
XYZ 35.55 31.36 94.62 -
YUV 150.39 184.21 108.46 -
System Red Green Blue C M Y K H S L
Decimal 123 145 250 0.51 0.42 0 0.02 229.61 0.93 0.73
Hex 7B 91 FA 33 2A 0 2 E6 5D 49
Octal 173 221 372 63 52 0 2 346 135 111
Binary 1111011 10010001 11111010 110011 101010 0 10 11100110 1011101 1001001

Color Harmonies of #7B91FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B91FA

Black with #7B91FA

Text Example


Text Example

White with #7B91FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,145,250); }

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

background-color css

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

 a { background-color: rgb(123,145,250); }

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

border-color css

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

 span { border-color: rgb(123,145,250); }

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