Html Css Color HEX #7B95EC Cornflower Blue

📋 copy color: '#7B95EC'

red 123 ◦ green 149 ◦ blue 236

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

Shades of Cornflower Blue #7B95EC

Tints of Cornflower Blue #7B95EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 24.21%
G = 29.33%
B = 46.46%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B95EC (or 0x7B95EC) is known color: Cornflower Blue. HEX triplet: 7B, 95 and EC. RGB value is (123,149,236). Sum of RGB (Red+Green+Blue) = 123+149+236=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B95EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B95EC is #846A13. Grayscale: #969696. Windows color (decimal): -8677908 or 15504763. OLE color: 15504763.

HSL color Cylindrical-coordinate representation of color #7B95EC: hue angle of 226.19º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B95EC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 149 236 -
CMYK 0.48 0.37 0 0.07
HSL 226.19º 0.75% 0.7% -
HSV(B) 226.19º 0.48% 0.93% -
XYZ 34.06 31.76 83.69 -
YUV 151.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 123 149 236 0.48 0.37 0 0.07 226.19 0.75 0.7
Hex 7B 95 EC 30 25 0 7 E2 4B 46
Octal 173 225 354 60 45 0 7 342 113 106
Binary 1111011 10010101 11101100 110000 100101 0 111 11100010 1001011 1000110

Color Harmonies of #7B95EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B95EC

Black with #7B95EC

Text Example


Text Example

White with #7B95EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,149,236); }

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

background-color css

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

 a { background-color: rgb(123,149,236); }

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

border-color css

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

 span { border-color: rgb(123,149,236); }

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