Html Css Color HEX #789AD3 Jordy Blue

📋 copy color: '#789AD3'

red 120 ◦ green 154 ◦ blue 211

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

Shades of Jordy Blue #789AD3

Tints of Jordy Blue #789AD3

RGB

 RED value IS 120 (47.27% from 255) = 24.74%

 GREEN value IS 154 (60.55% from 255) = 31.75%

 BLUE value IS 211 (82.81% from 255) = 43.51%

R = 24.74%
G = 31.75%
B = 43.51%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#789AD3 (or 0x789AD3) is known color: Jordy Blue. HEX triplet: 78, 9A and D3. RGB value is (120,154,211). Sum of RGB (Red+Green+Blue) = 120+154+211=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #789AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AD3 is #87652C. Grayscale: #969696. Windows color (decimal): -8873261 or 13867640. OLE color: 13867640.

HSL color Cylindrical-coordinate representation of color #789AD3: hue angle of 217.58º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #789AD3 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 120 154 211 -
CMYK 0.43 0.27 0 0.17
HSL 217.58º 0.51% 0.65% -
HSV(B) 217.58º 0.43% 0.83% -
XYZ 31.06 31.81 66.13 -
YUV 150.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 120 154 211 0.43 0.27 0 0.17 217.58 0.51 0.65
Hex 78 9A D3 2B 1B 0 11 DA 33 41
Octal 170 232 323 53 33 0 21 332 63 101
Binary 1111000 10011010 11010011 101011 11011 0 10001 11011010 110011 1000001

Color Harmonies of #789AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789AD3

Black with #789AD3

Text Example


Text Example

White with #789AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789AD3; }

 p { color: rgb(120,154,211); }

 H1.HeaderClassName
 {
   color: #789AD3;
 }
 .AnyTagClassName
 {
   color: #789AD3;
 }
</style>

background-color css

<style>
 a { background-color: #789AD3; }

 a { background-color: rgb(120,154,211); }

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

border-color css

<style>
 span { border-color: #789AD3; }

 span { border-color: rgb(120,154,211); }

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