Html Css Color HEX #7795FA Cornflower Blue

📋 copy color: '#7795FA'

red 119 ◦ green 149 ◦ blue 250

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

Shades of Cornflower Blue #7795FA

Tints of Cornflower Blue #7795FA

RGB

 RED value IS 119 (46.88% from 255) = 22.97%

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 22.97%
G = 28.76%
B = 48.26%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7795FA (or 0x7795FA) is known color: Cornflower Blue. HEX triplet: 77, 95 and FA. RGB value is (119,149,250). Sum of RGB (Red+Green+Blue) = 119+149+250=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #7795FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7795FA is #886A05. Grayscale: #979797. Windows color (decimal): -8940038 or 16422263. OLE color: 16422263.

HSL color Cylindrical-coordinate representation of color #7795FA: hue angle of 226.26º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7795FA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 149 250 -
CMYK 0.52 0.40 0 0.02
HSL 226.26º 0.93% 0.72% -
HSV(B) 226.26º 0.52% 0.98% -
XYZ 35.61 32.32 94.8 -
YUV 151.54 183.56 104.79 -
System Red Green Blue C M Y K H S L
Decimal 119 149 250 0.52 0.40 0 0.02 226.26 0.93 0.72
Hex 77 95 FA 34 28 0 2 E2 5D 48
Octal 167 225 372 64 50 0 2 342 135 110
Binary 1110111 10010101 11111010 110100 101000 0 10 11100010 1011101 1001000

Color Harmonies of #7795FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7795FA

Black with #7795FA

Text Example


Text Example

White with #7795FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7795FA; }

 p { color: rgb(119,149,250); }

 H1.HeaderClassName
 {
   color: #7795FA;
 }
 .AnyTagClassName
 {
   color: #7795FA;
 }
</style>

background-color css

<style>
 a { background-color: #7795FA; }

 a { background-color: rgb(119,149,250); }

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

border-color css

<style>
 span { border-color: #7795FA; }

 span { border-color: rgb(119,149,250); }

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