#7B95FC

Color #7B95FC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7B95FC

Tints of Cornflower Blue #7B95FC

Color information

#7B95FC (or 0x7B95FC) is unknown color: approx Cornflower Blue. HEX triplet: 7B, 95 and FC. RGB value is (123,149,252). Sum of RGB (Red+Green+Blue) = 123+149+252=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B95FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B95FC is #846A03. Grayscale: #989898. Windows color (decimal): -8677892 or 16553339. OLE color: 16553339.

HSL color Cylindrical-coordinate representation of color #7B95FC: hue angle of 227.91º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B95FC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123149252-
CMYK0.510.4100.01
HSL227.91º95.56%73.53%-
HSV(B)227.91º51.19%98.82%-
XYZ36.4932.7396.49-
YUV152.97183.89106.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.47%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 252 (98.83% from 255) = 48.09%
R=23.47%
G=28.44%
B=48.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1231492520.510.4100.01227.9195.5673.53
Hex7B95FC332901e4604a
Octal173225374635101344140112
Binary11110111001010111111100110011101001011110010011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B95FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B95FC;
 }
 .AnyTagClassName
 {
   color: #7B95FC;
 }
</style>
background-color css

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

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

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

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

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

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