Html Css Color HEX #7B9EDD Jordy Blue

📋 copy color: '#7B9EDD'

red 123 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #7B9EDD

Tints of Jordy Blue #7B9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.47%

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 24.5%
G = 31.47%
B = 44.02%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B9EDD (or 0x7B9EDD) is known color: Jordy Blue. HEX triplet: 7B, 9E and DD. RGB value is (123,158,221). Sum of RGB (Red+Green+Blue) = 123+158+221=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B9EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EDD is #846122. Grayscale: #9A9A9A. Windows color (decimal): -8675619 or 14524027. OLE color: 14524027.

HSL color Cylindrical-coordinate representation of color #7B9EDD: hue angle of 218.57º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B9EDD is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 158 221 -
CMYK 0.44 0.29 0 0.13
HSL 218.57º 0.59% 0.67% -
HSV(B) 218.57º 0.44% 0.87% -
XYZ 33.45 33.89 73.18 -
YUV 154.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 123 158 221 0.44 0.29 0 0.13 218.57 0.59 0.67
Hex 7B 9E DD 2C 1D 0 D DB 3B 43
Octal 173 236 335 54 35 0 15 333 73 103
Binary 1111011 10011110 11011101 101100 11101 0 1101 11011011 111011 1000011

Color Harmonies of #7B9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9EDD

Black with #7B9EDD

Text Example


Text Example

White with #7B9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,158,221); }

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

background-color css

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

 a { background-color: rgb(123,158,221); }

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

border-color css

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

 span { border-color: rgb(123,158,221); }

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