Html Css Color HEX #7B91FF Cornflower Blue

📋 copy color: '#7B91FF'

red 123 ◦ green 145 ◦ blue 255

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

Shades of Cornflower Blue #7B91FF

Tints of Cornflower Blue #7B91FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 23.52%
G = 27.72%
B = 48.76%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B91FF (or 0x7B91FF) is known color: Cornflower Blue. HEX triplet: 7B, 91 and FF. RGB value is (123,145,255). Sum of RGB (Red+Green+Blue) = 123+145+255=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B91FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B91FF is #846E00. Grayscale: #969696. Windows color (decimal): -8678913 or 16748923. OLE color: 16748923.

HSL color Cylindrical-coordinate representation of color #7B91FF: hue angle of 230º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B91FF is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 145 255 -
CMYK 0.52 0.43 0 0
HSL 230º 1% 0.74% -
HSV(B) 230º 0.52% 1% -
XYZ 36.34 31.68 98.81 -
YUV 150.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 123 145 255 0.52 0.43 0 0 230 1 0.74
Hex 7B 91 FF 34 2B 0 0 E6 64 4A
Octal 173 221 377 64 53 0 0 346 144 112
Binary 1111011 10010001 11111111 110100 101011 0 0 11100110 1100100 1001010

Color Harmonies of #7B91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B91FF

Black with #7B91FF

Text Example


Text Example

White with #7B91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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