Html Css Color HEX #7B96F8 Cornflower Blue

📋 copy color: '#7B96F8'

red 123 ◦ green 150 ◦ blue 248

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

Shades of Cornflower Blue #7B96F8

Tints of Cornflower Blue #7B96F8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 23.61%
G = 28.79%
B = 47.6%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7B96F8 (or 0x7B96F8) is known color: Cornflower Blue. HEX triplet: 7B, 96 and F8. RGB value is (123,150,248). Sum of RGB (Red+Green+Blue) = 123+150+248=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B96F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96F8 is #846907. Grayscale: #989898. Windows color (decimal): -8677640 or 16291451. OLE color: 16291451.

HSL color Cylindrical-coordinate representation of color #7B96F8: hue angle of 227.04º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B96F8 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 150 248 -
CMYK 0.50 0.40 0 0.03
HSL 227.04º 0.9% 0.73% -
HSV(B) 227.04º 0.5% 0.97% -
XYZ 36.02 32.8 93.24 -
YUV 153.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 123 150 248 0.50 0.40 0 0.03 227.04 0.9 0.73
Hex 7B 96 F8 32 28 0 3 E3 5A 49
Octal 173 226 370 62 50 0 3 343 132 111
Binary 1111011 10010110 11111000 110010 101000 0 11 11100011 1011010 1001001

Color Harmonies of #7B96F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B96F8

Black with #7B96F8

Text Example


Text Example

White with #7B96F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,150,248); }

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

background-color css

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

 a { background-color: rgb(123,150,248); }

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

border-color css

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

 span { border-color: rgb(123,150,248); }

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