Html Css Color HEX #7A95EA Cornflower Blue

📋 copy color: '#7A95EA'

red 122 ◦ green 149 ◦ blue 234

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

Shades of Cornflower Blue #7A95EA

Tints of Cornflower Blue #7A95EA

RGB

 RED value IS 122 (48.05% from 255) = 24.16%

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 24.16%
G = 29.5%
B = 46.34%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A95EA (or 0x7A95EA) is known color: Cornflower Blue. HEX triplet: 7A, 95 and EA. RGB value is (122,149,234). Sum of RGB (Red+Green+Blue) = 122+149+234=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A95EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A95EA is #856A15. Grayscale: #969696. Windows color (decimal): -8743446 or 15373690. OLE color: 15373690.

HSL color Cylindrical-coordinate representation of color #7A95EA: hue angle of 225.54º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A95EA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 149 234 -
CMYK 0.48 0.36 0 0.08
HSL 225.54º 0.73% 0.7% -
HSV(B) 225.54º 0.48% 0.92% -
XYZ 33.62 31.57 82.16 -
YUV 150.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 122 149 234 0.48 0.36 0 0.08 225.54 0.73 0.7
Hex 7A 95 EA 30 24 0 8 E2 49 46
Octal 172 225 352 60 44 0 10 342 111 106
Binary 1111010 10010101 11101010 110000 100100 0 1000 11100010 1001001 1000110

Color Harmonies of #7A95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A95EA

Black with #7A95EA

Text Example


Text Example

White with #7A95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,149,234); }

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

background-color css

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

 a { background-color: rgb(122,149,234); }

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

border-color css

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

 span { border-color: rgb(122,149,234); }

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