Html Css Color HEX #7B96EF Cornflower Blue

📋 copy color: '#7B96EF'

red 123 ◦ green 150 ◦ blue 239

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

Shades of Cornflower Blue #7B96EF

Tints of Cornflower Blue #7B96EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 24.02%
G = 29.3%
B = 46.68%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B96EF (or 0x7B96EF) is known color: Cornflower Blue. HEX triplet: 7B, 96 and EF. RGB value is (123,150,239). Sum of RGB (Red+Green+Blue) = 123+150+239=512 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.02% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B96EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96EF is #846910. Grayscale: #979797. Windows color (decimal): -8677649 or 15701627. OLE color: 15701627.

HSL color Cylindrical-coordinate representation of color #7B96EF: hue angle of 226.03º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B96EF is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 150 239 -
CMYK 0.49 0.37 0 0.06
HSL 226.03º 0.78% 0.71% -
HSV(B) 226.03º 0.49% 0.94% -
XYZ 34.65 32.26 86.06 -
YUV 152.07 177.05 107.26 -
System Red Green Blue C M Y K H S L
Decimal 123 150 239 0.49 0.37 0 0.06 226.03 0.78 0.71
Hex 7B 96 EF 31 25 0 6 E2 4E 47
Octal 173 226 357 61 45 0 6 342 116 107
Binary 1111011 10010110 11101111 110001 100101 0 110 11100010 1001110 1000111

Color Harmonies of #7B96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B96EF

Black with #7B96EF

Text Example


Text Example

White with #7B96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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