Html Css Color HEX #7D97FF Cornflower Blue

📋 copy color: '#7D97FF'

red 125 ◦ green 151 ◦ blue 255

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

Shades of Cornflower Blue #7D97FF

Tints of Cornflower Blue #7D97FF

RGB

 RED value IS 125 (49.22% from 255) = 23.54%

 GREEN value IS 151 (59.38% from 255) = 28.44%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 23.54%
G = 28.44%
B = 48.02%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D97FF (or 0x7D97FF) is known color: Cornflower Blue. HEX triplet: 7D, 97 and FF. RGB value is (125,151,255). Sum of RGB (Red+Green+Blue) = 125+151+255=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D97FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D97FF is #826800. Grayscale: #9A9A9A. Windows color (decimal): -8546305 or 16750461. OLE color: 16750461.

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

Color convert

RGB 125 151 255 -
CMYK 0.51 0.41 0 0
HSL 228º 1% 0.75% -
HSV(B) 228º 0.51% 1% -
XYZ 37.57 33.71 99.13 -
YUV 155.08 184.39 106.54 -
System Red Green Blue C M Y K H S L
Decimal 125 151 255 0.51 0.41 0 0 228 1 0.75
Hex 7D 97 FF 33 29 0 0 E4 64 4B
Octal 175 227 377 63 51 0 0 344 144 113
Binary 1111101 10010111 11111111 110011 101001 0 0 11100100 1100100 1001011

Color Harmonies of #7D97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D97FF

Black with #7D97FF

Text Example


Text Example

White with #7D97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,151,255); }

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

background-color css

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

 a { background-color: rgb(125,151,255); }

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

border-color css

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

 span { border-color: rgb(125,151,255); }

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